//
// Copyright (c) 2009 All Right Reserved
//
// vl
//
// 2009-01-01
// Contains ...
namespace LargoBase.Notation {
///
/// Articulation placement.
///
public enum ArticulationPlacementType {
/// Articulation placement.
Above,
/// Articulation placement.
Below
}
}